home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global fwdBlock
- if fwdBlock = 1 then
- nothing()
- else
- set the ink of sprite 29 to 36
- set whichFrame to getAt(fwdList, 1)
- deleteAt(fwdList, 1)
- go(whichFrame)
- set C to count(fwdList)
- if C = 0 then
- set fwdBlock to 1
- set the ink of sprite 28 to 32
- updateStage()
- end if
- end if
- end
-